From: Richard M. Stallman Date: Wed, 19 May 1993 21:15:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96150 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aa56d8055e66593bc67e422fb2b8ca7cd1449e3b;p=emacs.git *** empty log message *** --- diff --git a/lisp/timezone.el b/lisp/timezone.el index ac6997f8603..c2f932b16dd 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el @@ -1,6 +1,9 @@ ;;; Timezone package for GNU Emacs -;; Copyright(C) 1990, 1991, 1992 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. + +;;; Author: Masanobu Umeda +;;; Maintainer: umerin@mse.kyutech.ac.jp ;; This file is part of GNU Emacs. @@ -304,3 +307,5 @@ Recognize HH:MM:SS, HH:MM, HHMMSS, HHMM." (or (and (zerop (% year 4)) (not (zerop (% year 100)))) (zerop (% year 400)))) + +;;; timezone.el ends here